Fix part of bug #18035 with overlay strings on invisible text.
authorEli Zaretskii <eliz@gnu.org>
Thu, 17 Jul 2014 15:17:52 +0000 (18:17 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 17 Jul 2014 15:17:52 +0000 (18:17 +0300)
commitd69ba8e99e4f106b0b2bc2febd3723c74b3ca250
tree3c3efc117916a5813c0f813db2028cfd60e046a2
parent66db3d6bdbe6a52feb164964e82fafd5ce75faab
Fix part of bug #18035 with overlay strings on invisible text.

 src/xdisp.c (init_iterator): Initialize it->stop_charpos to the
 buffer position where we are to start the iteration.
 (handle_invisible_prop): Record in it->stop_charpos the position
 where the invisible text ends.
src/ChangeLog
src/xdisp.c